home *** CD-ROM | disk | FTP | other *** search
- " boite test cases "
- "
- *
- * These tests should determine if the boite system is working correctly.
- *
- * test2.self,v 1.1 1992/08/19 02:03:46 richards Exp
- *
- * test2.self,v
- * Revision 1.1 1992/08/19 02:03:46 richards
- * Initial revision
- *
- # Revision 1.1 1992/07/05 22:11:03 richards
- # Initial revision
- #
- *
- *
- *
- "
-
- _AddSlotsIfAbsent: (| foo. bar. baz. hunk. junk. |)
-
- foo: boites vboite copy
- bar: boites htext make: 'Hello'
- bar setMinSizes
- bar _Print
- foo addEnd: bar
- foo addEnd: ((boites htext make: 'There') setMinSizes)
-
-
-
-
-
-
-
-
-
-